home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / libs / FastMath405.lha / Install Libs < prev    next >
Text File  |  1994-06-23  |  655b  |  35 lines

  1. echo "           Fast Math Libraries v40.x"
  2. echo "         (c) 1993/94 by Martin Berndt*N"
  3. echo "   =========================================*N*N"
  4.  
  5. cpu >NIL: check 68020
  6.  
  7. if warn
  8.    echo "Sorry, you cannot use these libraries."
  9.  
  10.    else
  11.  
  12.    cpu >NIL: check 68040
  13.  
  14.    if not warn
  15.       echo "Installing 68040 version..."
  16.       copy 68040/#? libs: all quiet noreq
  17.       echo "*NDone."
  18.  
  19.       else
  20.  
  21.       cpu >NIL: check 68881
  22.  
  23.       if warn
  24.          echo "Sorry, you cannot use these libraries."
  25.  
  26.          else
  27.  
  28.          echo "Installing 68881/882 version..."
  29.          copy 68882/#? libs: all quiet noreq
  30.          echo "*NDone."
  31.  
  32.       endif
  33.    endif
  34. endif
  35.